systemd.network.netdevs.<name>.ipvtapConfig

Each attribute in this set specifies an option in the [IPVTAP] section of the unit. See systemd.netdev(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  Flags = "vepa";
  Mode = "L3";
}
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>